TreeCursor.goto_first_child

Move this cursor to the first child of its current node.

This returns true if the cursor successfully moved, and returns false if there were no children.

struct TreeCursor
@nogc nothrow
goto_first_child
()

Meta